ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / ImeEnabled Property






In This Topic
    ImeEnabled Property (FlexGridBase<T>)
    In This Topic
    Gets or sets a value that determines whether the grid should support Input Method Editors (IME) while not in edit mode.
    Syntax
    'Declaration
     
    
    Public Overridable Property ImeEnabled As System.Boolean
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.Boolean
     
    instance.ImeEnabled = value
     
    value = instance.ImeEnabled
    public virtual System.bool ImeEnabled {get; set;}
    public read-write property ImeEnabled: System.Boolean; virtual; 
    public function get,set ImeEnabled : System.boolean
    public: __property virtual System.bool get_ImeEnabled();
    public: __property virtual void set_ImeEnabled( 
       System.bool value
    );
    public:
    virtual property System.bool ImeEnabled {
       System.bool get();
       void set (    System.bool value);
    }
    Remarks
    This property is relevant only for sites/applications in Japanese, Chinese, Korean, and other languages that require IME support.
    See Also